curl --request GET \
--url https://api.onetsolutions.net/v1/organizations/{organization_id}/projects/{project_id}/domains/{id}/epp-code \
--header 'Authorization: Bearer <token>'{
"domain_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"domain_name": "<string>",
"epp_code": "<string>"
}Retrieve the EPP (Extensible Provisioning Protocol) authorization code for a domain. This code is required to transfer the domain to another registrar. The EPP code is typically valid for a limited time (usually 5-30 days depending on the registry). The domain must be unlocked before the transfer can be initiated at the new registrar.
curl --request GET \
--url https://api.onetsolutions.net/v1/organizations/{organization_id}/projects/{project_id}/domains/{id}/epp-code \
--header 'Authorization: Bearer <token>'{
"domain_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"domain_name": "<string>",
"epp_code": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://help.onetsolutions.net/llms.txt
Use this file to discover all available pages before exploring further.
Use Authorization: Bearer <token> header. Token can be a JWT token or an API key (format: sk-onetsolutions-...).
The unique identifier (UUID) of the domain